aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/blog/page/[id].tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-205/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-1/+8
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* fix: add a spinner if blog page is loadingArmand Philippot2022-03-091-0/+3
|
* feat: provide pagination for users with js disabled (#13)Armand Philippot2022-03-091-0/+195
* chore: add a Pagination component * chore: add blog pages * chore: fallback to page number based navigation if JS disabled * chore: update translation